home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / Documentary Synchronicity ƒ / Resource ƒ / Estr.r next >
Encoding:
Text File  |  1995-02-14  |  4.3 KB  |  236 lines  |  [TEXT/KAHL]

  1. type 'Estr' {
  2.         pstring;
  3. };
  4.  
  5. resource 'Estr' (84, "menuPrgErr") {
  6.     "Menu has been purged."
  7. };
  8.  
  9. resource 'Estr' (-1, "qErr") {
  10.     "Entry not in specified queue."
  11. };
  12.  
  13. resource 'Estr' (-33, "dirFulErr") {
  14.     "Directory full."
  15. };
  16.  
  17. resource 'Estr' (-35, "nsvErr") {
  18.     "No such volume."
  19. };
  20.  
  21. resource 'Estr' (-36, "ioErr") {
  22.     "I/O error."
  23. };
  24.  
  25. resource 'Estr' (-37, "bdNamErr") {
  26.     "Bad name."
  27. };
  28.  
  29. resource 'Estr' (-38, "fnOpnErr") {
  30.     "File not open."
  31. };
  32.  
  33. resource 'Estr' (-42, "tmfoErr") {
  34.     "Too many files open."
  35. };
  36.  
  37. resource 'Estr' (-43, "fnfErr") {
  38.     "File not found."
  39. };
  40.  
  41. resource 'Estr' (-44, "wPrErr") {
  42.     "Diskette is write-protected."
  43. };
  44.  
  45. resource 'Estr' (-45, "fLckdErr") {
  46.     "File is locked."
  47. };
  48.  
  49. resource 'Estr' (-46, "vLckdErr") {
  50.     "Volume is locked."
  51. };
  52.  
  53. resource 'Estr' (-47, "fBsyErr") {
  54.     "File is busy, directory not empty, or wo"
  55.     "rking directory open."
  56. };
  57.  
  58. resource 'Estr' (-48, "dupFNErr") {
  59.     "Duplicate filename already exists."
  60. };
  61.  
  62. resource 'Estr' (-49, "opWrErr") {
  63.     "File already open for writing."
  64. };
  65.  
  66. resource 'Estr' (-50, "paramErr") {
  67.     "Parameter error."
  68. };
  69.  
  70. resource 'Estr' (-51, "rfNumErr") {
  71.     "Bad file reference number."
  72. };
  73.  
  74. resource 'Estr' (-54, "permErr") {
  75.     "Permission error on open file."
  76. };
  77.  
  78. resource 'Estr' (-58, "extFSErr") {
  79.     "External file system."
  80. };
  81.  
  82. resource 'Estr' (-108, "memFullErr") {
  83.     "Not enough room in heap zone."
  84. };
  85.  
  86. resource 'Estr' (-109, "nilHandleErr") {
  87.     "Illegal operation on a NIL handle."
  88. };
  89.  
  90. resource 'Estr' (-111, "memWZErr") {
  91.     "Illegal operation on a free block."
  92. };
  93.  
  94. resource 'Estr' (-112, "memPurErr") {
  95.     "Illegal operation on a locked block."
  96. };
  97.  
  98. resource 'Estr' (-117, "memLockedErr") {
  99.     "Can't move a locked block."
  100. };
  101.  
  102. resource 'Estr' (-120, "dirNFErr") {
  103.     "Directory not found or incomplete pathna"
  104.     "me."
  105. };
  106.  
  107. resource 'Estr' (-124, "volGoneErr") {
  108.     "Server volume disconnected."
  109. };
  110.  
  111. resource 'Estr' (-127, "fsDSIntErr") {
  112.     "Internal file system error."
  113. };
  114.  
  115. resource 'Estr' (-299, "nmTypErr") {
  116.     "Wrong qType (must be 8)."
  117. };
  118.  
  119. resource 'Estr' (-600, "procNotFound") {
  120.     "The specified process could not be found"
  121.     " in the process list."
  122. };
  123.  
  124. resource 'Estr' (-606, "applIsDaemon") {
  125.     "Specified process is background-only."
  126. };
  127.  
  128. resource 'Estr' (-607, "BufferIsSmall") {
  129.     "Buffer is too small."
  130. };
  131.  
  132. resource 'Estr' (-608, "noOutstandingHLE") {
  133.     "No outstanding high-level event."
  134. };
  135.  
  136. resource 'Estr' (-609, "connectionInvalid") {
  137.     "Connection is invalid."
  138. };
  139.  
  140. resource 'Estr' (-1700, "errAECoercionFail") {
  141.     "Data could not be coerced to descriptor "
  142.     "type."
  143. };
  144.  
  145. resource 'Estr' (-1701, "errAEDescNotFound") {
  146.     "Descriptor type was not found."
  147. };
  148.  
  149. resource 'Estr' (-1702, "errAECorruptData") {
  150.     "Data in Apple Event could not be read."
  151. };
  152.  
  153. resource 'Estr' (-1703, "errAEWrongDataType") {
  154.     "Wrong descriptor type."
  155. };
  156.  
  157. resource 'Estr' (-1704, "errAENotAEDesc") {
  158.     "Not a valid descriptor record."
  159. };
  160.  
  161. resource 'Estr' (-1705, "errAEbadListItem") {
  162.     "Operation involving a list item failed."
  163. };
  164.  
  165. resource 'Estr' (-1706, "errAENewerVersion") {
  166.     "Need a newer version of the Apple Event "
  167.     "Manager."
  168. };
  169.  
  170. resource 'Estr' (-1707, "errAENotAppleEvent") {
  171.     "Event is not and Apple Event."
  172. };
  173.  
  174. resource 'Estr' (-1708, "errAENotHandled") {
  175.     "Event was not handled by an Apple Event "
  176.     "Handler."
  177. };
  178.  
  179. resource 'Estr' (-1710, "errAEUnknownSendMode") {
  180.     "Invalid sending mode was passed."
  181. };
  182.  
  183. resource 'Estr' (-1711, "errAEWaitCanceled") {
  184.     "User canceled out of wait loop for reply"
  185.     " or receipt."
  186. };
  187.  
  188. resource 'Estr' (-1712, "errAETimeout") {
  189.     "Apple event timed out."
  190. };
  191.  
  192. resource 'Estr' (-1715, "errAEParamMissed") {
  193.     "A required Apple Event parameter was not"
  194.     " accessed."
  195. };
  196.  
  197. resource 'Estr' (-1716, "errAEUnknownAddressType") {
  198.     "Unknown Apple Event address type."
  199. };
  200.  
  201. resource 'Estr' (-1718, "errAEReplyNotArrived") {
  202.     "Reply has not yet arrived."
  203. };
  204.  
  205. resource 'Estr' (-5000, "accessDenied") {
  206.     "User access privilegees incorrect."
  207. };
  208.  
  209. resource 'Estr' (-5006, "denyConflict") {
  210.     "Conflict between user deeny mode and vol"
  211.     "ume setting."
  212. };
  213.  
  214. resource 'Estr' (-5015, "noMoreLocks") {
  215.     "Server can't lock any more ranges."
  216. };
  217.  
  218. resource 'Estr' (-5020, "rangeNotLocked") {
  219.     "User attempt to unlock somebody else's r"
  220.     "ange."
  221. };
  222.  
  223. resource 'Estr' (-5021, "rangeOverlap") {
  224.     "User attempt to lock previously locked r"
  225.     "ange."
  226. };
  227.  
  228. resource 'Estr' (-53, "volOffLinErr") {
  229.     "Volume not on line error (was Ejected)"
  230. };
  231.  
  232. resource 'Estr' (-1070, "aspParamErr") {
  233.     "Parameter error."
  234. };
  235.  
  236.